projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41fbeb6
)
Adjust type declaration.
author
Vinicius Jose Latorre
<viniciusjl@ig.com.br>
Fri, 27 Aug 2010 03:24:17 +0000
(
00:24
-0300)
committer
Vinicius Jose Latorre
<viniciusjl@ig.com.br>
Fri, 27 Aug 2010 03:24:17 +0000
(
00:24
-0300)
lisp/whitespace.el
patch
|
blob
|
history
diff --git
a/lisp/whitespace.el
b/lisp/whitespace.el
index 0ef41b5a002ea75d30f3b25c93f3542ca0a953d5..4b8b9a611733ad83efcad70f556029e6618a70f2 100644
(file)
--- a/
lisp/whitespace.el
+++ b/
lisp/whitespace.el
@@
-529,6
+529,8
@@
cleanning up a buffer. See `whitespace-cleanup' and
See also `whitespace-display-mappings' for documentation."
:type '(repeat :tag "Kind of Blank"
(choice :tag "Kind of Blank Face"
+ (const :tag "(Face) Face visualization"
+ face)
(const :tag "(Face) Trailing TABs, SPACEs and HARD SPACEs"
trailing)
(const :tag "(Face) SPACEs and HARD SPACEs"